The Auto-Suggest Builder

Description

The Auto-Suggest Builder is used to construct Auto-Suggest style Lookup controls.

images/auto-suggest.png

'NotInList' Rule

The 'NotInList' event fires when the user enters a value into an Auto-suggest or Edit-combo control and the value entered is not is the list of available choices for the control.

The primary use case for this event is to allow the developer to add code to the component to add the value that was entered into the control into the table on which the control choices are based so that the next time the user visits the control the value entered will be in the pick list for that control.

See Also